Members 
SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : IXyzDataSeries3D<TX,TY,TZ> Interface
The type of the x.
The type of the y.
The type of the z.
IXyzDataSeries3D<TX,TY,TZ> Interface
Defines the index to an XyzDataSeries3D<TX,TY,TZ>, a DataSeries3D derived type which is a stream of X,Y,Z values
Object Model
IXyzDataSeries3D<TX,TY,TZ> InterfaceISciChart3DSurface InterfaceICameraController InterfaceIChartModifier3D InterfaceIChartModifierSurface InterfaceIRenderSurface InterfaceIMainGrid InterfaceIServiceContainer InterfaceIViewport3D InterfaceIViewportManager3D InterfaceVector3 ClassIAxis3D InterfaceIAxis3D InterfaceIAxis3D InterfaceIRange InterfaceIRange InterfaceIRange Interface
Syntax
public interface IXyzDataSeries3D<TX,TY,TZ> : IDataSeries3D, IXyzDataSeries3D, SciChart.Core.Framework.ISuspendable  
where TX: IComparable
where TY: IComparable
where TZ: IComparable
Type Parameters
TX
The type of the x.
TY
The type of the y.
TZ
The type of the z.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also